(Windows Files) <w32-get-true-file-attributes>: Don't be so categorical
authorEli Zaretskii <eliz@gnu.org>
Thu, 9 Jul 2009 19:02:20 +0000 (19:02 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 9 Jul 2009 19:02:20 +0000 (19:02 +0000)
in saying that the option is only useful on NTFS.

doc/emacs/msdog.texi

index 1e5a7ab923be1dff739120035805c14494400885..3634090c20eb8c4424d3186efca00c4cd3d04eab 100644 (file)
@@ -187,8 +187,9 @@ will issue these additional system calls only for files on local fixed
 drives.  Any other non-@code{nil} value means do this even for
 removable and remote volumes, where this could potentially slow down
 Dired and other related features.  The value of @code{nil} means never
-issue those system calls.  Non-@code{nil} values are only useful on
-NTFS volumes, which support hard links and file security.
+issue those system calls.  Non-@code{nil} values are more useful on
+NTFS volumes, which support hard links and file security, than on FAT,
+FAT32, and XFAT volumes.
 
 @node ls in Lisp
 @section Emulation of @code{ls} on MS-Windows